]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit '5d0f85f1b2469b60d0838330aabe5353fdd9ef1d'
authorClément Bœsch <cboesch@gopro.com>
Tue, 31 Jan 2017 16:27:46 +0000 (17:27 +0100)
committerClément Bœsch <cboesch@gopro.com>
Tue, 31 Jan 2017 16:27:46 +0000 (17:27 +0100)
* commit '5d0f85f1b2469b60d0838330aabe5353fdd9ef1d':
  libdc1394: Fill in packet data directly

Merged-by: Clément Bœsch <cboesch@gopro.com>
1  2 
libavdevice/libdc1394.c

index 60c61466524b36b43616b6a290975f02ddaf1cb2,a0ea592c9fab2f8091f69ca30732df1ba3d9baf6..c5fdd1070f5ae618366b3080e6eb8df5fe4d3b3b
@@@ -69,10 -69,11 +69,11 @@@ typedef struct dc1394_data 
      char *pixel_format;     /**< Set by a private option. */
      char *framerate;        /**< Set by a private option. */
  
-     AVPacket packet;
+     int size;
+     int stream_index;
  } dc1394_data;
  
 -struct dc1394_frame_format {
 +static const struct dc1394_frame_format {
      int width;
      int height;
      enum AVPixelFormat pix_fmt;