]> git.sesse.net Git - ffmpeg/commit
mpegaudiodec: remove frame_count field from MPADecodeContext.
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 27 Sep 2011 16:02:30 +0000 (12:02 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 28 Oct 2011 02:06:32 +0000 (22:06 -0400)
commitc17e534f2e3b07159fba65ba065b08cbe9c7d05c
tree31f937a3bf55727771b8fe16d9bcc0ff17bcfb1b
parentdac15a03afca88dc5abe65cbe4782d32d1b74184
mpegaudiodec: remove frame_count field from MPADecodeContext.

Its functionality was removed several years ago, so it doesn't do anything.
AVCodecContext.frame_number could serve the same purpose if someone
wants to debug the frame count.
libavcodec/mpegaudiodec.c