]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libschroedingerenc.c
mjpegdec: Properly fail on malloc failure
[ffmpeg] / libavcodec / libschroedingerenc.c
index e7c158aeafb736c4822226e855370505a06fcba4..bf03cb78fcbd28d5ecb352006d8ff2e8522b7ba1 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,