]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libschroedinger.h
Remove misplaced Doxygen comment.
[ffmpeg] / libavcodec / libschroedinger.h
index 71aa1b22511d300f07616e00c1f2f835f13c3033..65a41e642a6a1aa65b81836cc35e0efd6ca9c487 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
-* @file libavcodec/libschroedinger.h
+* @file
 * data structures common to libschroedingerdec.c and libschroedingerenc.c
 */
 
@@ -53,4 +53,11 @@ SchroVideoFormatEnum ff_get_schro_video_format_preset (AVCodecContext *avccontex
 int ff_get_schro_frame_format(SchroChromaFormat schro_chroma_fmt,
                               SchroFrameFormat  *schro_frame_fmt);
 
+/**
+* Create a Schro frame based on the dimensions and frame format
+* passed. Returns a pointer to a frame on success, NULL on failure.
+*/
+SchroFrame *ff_create_schro_frame(AVCodecContext *avccontext,
+                                  SchroFrameFormat schro_frame_fmt);
+
 #endif /* AVCODEC_LIBSCHROEDINGER_H */