Changeset 757cb3b4 in ffmpeg

Timestamp:
Dec 3, 2011, 2:18:15 PM (13 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
976b0959
Parents:
730945d9
git-author:
Nicolas George <nicolas.george@normalesup.org> (12/03/11 10:21:29)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (12/03/11 14:18:15)
Message:

avutil: av_x_if_null: remove const for the return value.

This is the usual weirdness with const/non-const pointers through a function.
See the prototype of strchr for a standard example.

The function had to be moved down, below the point where stdint.h is
indirectly included.

Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.