Hello,
I'm new to the API so please forgive any amateur questions:
I tryed to dump the packet I pass to a binary file in order to do some tests
on the received video.
typedef struct AVPacket {
int64_t pts;
int64_t dts;
uint8_t *data;
int size;
int stream_index;
int flags;
int duration;
void (*destruct)(struct AVPacket *)
void *priv;
int64_t pos;
} AVPacket;
I based on the structure above and the packets I passed to
av_interleaved_write_frame were copied considering size and data assuming
this was pure VIDEO info.
But aparently this is not the case.
My question is how to get the VIDEO raw data from a particular AVPacket.
Regards.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user