]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/frame.h
refine the method option describe of hlsenc doc
[ffmpeg] / libavutil / frame.h
index 44adec4602d3d94975f81f39094c2e8be9c4c690..2b5c3320c34b8044fe4bb2e2337ca658332f135c 100644 (file)
@@ -427,12 +427,6 @@ typedef struct AVFrame {
 
     enum AVChromaLocation chroma_location;
 
-    /**
-     * For hwaccel-format frames, this should be a reference to the
-     * AVHWFramesContext describing the frame.
-     */
-    AVBufferRef *hw_frames_ctx;
-
     /**
      * frame timestamp estimated using various heuristics, in stream time base
      * Code outside libavutil should access this field using:
@@ -524,6 +518,11 @@ typedef struct AVFrame {
      */
     AVBufferRef *qp_table_buf;
 #endif
+    /**
+     * For hwaccel-format frames, this should be a reference to the
+     * AVHWFramesContext describing the frame.
+     */
+    AVBufferRef *hw_frames_ctx;
 } AVFrame;
 
 /**