consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 13180 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-05-16 00:28:22 +00:00
parent 44caa86d68
commit 6823d427c6

View File

@ -174,5 +174,5 @@ AVCodec roq_dpcm_encoder = {
roq_dpcm_encode_frame,
roq_dpcm_encode_close,
NULL,
.long_name = "id RoQ audio",
.long_name = "id RoQ DPCM",
};