]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libschroedingerenc.c
cbs: Add an explicit type for coded bitstream unit types
[ffmpeg] / libavcodec / libschroedingerenc.c
index e7c158aeafb736c4822226e855370505a06fcba4..4a1be9407b8cd073b948f93bf04396ce4cc24c64 100644 (file)
@@ -351,7 +351,7 @@ static int libschroedinger_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
                 p_frame_output->key_frame = 1;
 
             /* Parse the coded frame number from the bitstream. Bytes 14
-             * through 17 represesent the frame number. */
+             * through 17 represent the frame number. */
             p_frame_output->frame_num = AV_RB32(enc_buf->data + 13);
 
             ff_schro_queue_push_back(&p_schro_params->enc_frame_queue,
@@ -481,4 +481,5 @@ AVCodec ff_libschroedinger_encoder = {
     .pix_fmts       = (const enum AVPixelFormat[]){
         AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV444P, AV_PIX_FMT_NONE
     },
+    .wrapper_name   = "libschroedinger",
 };