Skip to content

Commit

Permalink
vmware video decoder uses reget_buffer, set CODEC_CAP_DR1
Browse files Browse the repository at this point in the history
Originally committed as revision 19113 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
bcoudurier committed Jun 5, 2009
1 parent 6d3530c commit f3908a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/vmnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ AVCodec vmnc_decoder = {
NULL,
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("VMware Screen Codec / VMware Video"),
};

0 comments on commit f3908a8

Please sign in to comment.