summaryrefslogtreecommitdiff
path: root/libavformat/nullenc.c
Commit message (Collapse)AuthorAgeFilesLines
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
| | | | | | This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a216ed2948885772154a2eed696e0cb4aca)
* move null muxer to its own fileAurelien Jacobs2010-08-291-0/+40
Originally committed as revision 24985 to svn://svn.ffmpeg.org/ffmpeg/trunk