]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avs.c
WMAL: Shift output samples by the specified number of padding zeroes.
[ffmpeg] / libavcodec / avs.c
index ce119ebd726f6ef005f45a4561fe1983bbd3cb07..7f8ff0f024e60b341b7527ab28afa05be23e9b7a 100644 (file)
@@ -149,7 +149,7 @@ avs_decode_frame(AVCodecContext * avctx,
             align_get_bits(&change_map);
     }
 
-    *picture = *(AVFrame *) & avs->picture;
+    *picture   = avs->picture;
     *data_size = sizeof(AVPicture);
 
     return buf_size;
@@ -179,5 +179,5 @@ AVCodec ff_avs_decoder = {
     .decode         = avs_decode_frame,
     .close          = avs_decode_end,
     .capabilities   = CODEC_CAP_DR1,
-    .long_name = NULL_IF_CONFIG_SMALL("AVS (Audio Video Standard) video"),
+    .long_name      = NULL_IF_CONFIG_SMALL("AVS (Audio Video Standard) video"),
 };