]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nsvdec.c
Bump Major version, this commit is almost just renaming bits_per_sample to
[ffmpeg] / libavformat / nsvdec.c
index 9fdb1a8796cd2344f54d065800a70924a569d63c..dbc2d00a24be8fa8370f35ab56f8aaa1301e1ef2 100644 (file)
@@ -456,7 +456,7 @@ static int nsv_parse_NSVs_header(AVFormatContext *s, AVFormatParameters *ap)
             st->codec->codec_id = codec_get_id(nsv_codec_video_tags, vtag);
             st->codec->width = vwidth;
             st->codec->height = vheight;
-            st->codec->bits_per_sample = 24; /* depth XXX */
+            st->codec->bits_per_coded_sample = 24; /* depth XXX */
 
             av_set_pts_info(st, 64, framerate.den, framerate.num);
             st->start_time = 0;