]> git.sesse.net Git - ffmpeg/commit
lavf: replace av_new_stream->avformat_new_stream part II.
authorAnton Khirnov <anton@khirnov.net>
Sat, 18 Jun 2011 09:43:24 +0000 (11:43 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 19 Oct 2011 15:02:11 +0000 (17:02 +0200)
commit84ad31ff180fa089cd6bfd93c246336a16036455
tree13dfd7e1445d6eafda50c6e3dd98030f464579af
parent3b3bbdd3e63a3a1eaf69b861f72cf74f1669afe1
lavf: replace av_new_stream->avformat_new_stream part II.

Manual replacements are done in this commit.

In many cases, the id is some constant made up number (e.g. 0 for video
and 1 for audio), which is then not used in the demuxer for anything.
Those ids are removed.
35 files changed:
avconv.c
libavformat/4xm.c
libavformat/applehttp.c
libavformat/avidec.c
libavformat/avisynth.c
libavformat/avs.c
libavformat/bink.c
libavformat/c93.c
libavformat/flic.c
libavformat/flvdec.c
libavformat/gxf.c
libavformat/idroqdec.c
libavformat/jvdec.c
libavformat/libnut.c
libavformat/lmlm4.c
libavformat/lxfdec.c
libavformat/mov.c
libavformat/mpeg.c
libavformat/mpegts.c
libavformat/mtv.c
libavformat/mxfdec.c
libavformat/mxg.c
libavformat/nsvdec.c
libavformat/nutdec.c
libavformat/nuv.c
libavformat/oggdec.c
libavformat/pva.c
libavformat/r3d.c
libavformat/rdt.c
libavformat/rtsp.c
libavformat/sapdec.c
libavformat/swfdec.c
libavformat/wtv.c
libavformat/xmv.c
libavformat/yop.c