diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-30 17:28:21 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-30 17:28:21 +0200 |
commit | e8e4c8bddee7b77747346ca5047a84cc40dafc11 (patch) | |
tree | 8062747ec4d71f28da7fc9377af81cea3394022b /doc/developer.texi | |
parent | f4c020e3ad0a2a1412cc94b3d7df7063b37ae429 (diff) | |
parent | 8db73c61a7b24bc4f4d3d415bea2990d17d16354 (diff) | |
download | ffmpeg-e8e4c8bddee7b77747346ca5047a84cc40dafc11.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: allow non-standard variations of linker -l/-L flags
Add reminders to update the codec descriptor list with new codec IDs.
Conflicts:
Makefile
configure
libavcodec/avcodec.h
libavformat/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r-- | doc/developer.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer.texi b/doc/developer.texi index 5f374e41f4..cd635a8161 100644 --- a/doc/developer.texi +++ b/doc/developer.texi @@ -394,6 +394,8 @@ send a reminder by email. Your patch should eventually be dealt with. Did you register it in @file{allcodecs.c} or @file{allformats.c}? @item Did you add the AVCodecID to @file{avcodec.h}? + When adding new codec IDs, also add an entry to the codec descriptor + list in @file{libavcodec/codec_desc.c}. @item If it has a fourCC, did you add it to @file{libavformat/riff.c}, even if it is only a decoder? |