[FFmpeg-cvslog] r19092 - trunk/libavcodec/bethsoftvideo.c

bcoudurier subversion
Fri Jun 5 10:17:36 CEST 2009


Author: bcoudurier
Date: Fri Jun  5 10:17:36 2009
New Revision: 19092

Log:
bethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1

Modified:
   trunk/libavcodec/bethsoftvideo.c

Modified: trunk/libavcodec/bethsoftvideo.c
==============================================================================
--- trunk/libavcodec/bethsoftvideo.c	Fri Jun  5 10:12:14 2009	(r19091)
+++ trunk/libavcodec/bethsoftvideo.c	Fri Jun  5 10:17:36 2009	(r19092)
@@ -138,5 +138,6 @@ AVCodec bethsoftvid_decoder = {
     .init = bethsoftvid_decode_init,
     .close = bethsoftvid_decode_end,
     .decode = bethsoftvid_decode_frame,
+    .capabilities = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Bethesda VID video"),
 };



More information about the ffmpeg-cvslog mailing list