Commit 64ceeac2 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'b9ece15a'

* commit 'b9ece15a':
  nullenc: Use the wrapped avframe pseudo-encoder
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 1dd5f334 b9ece15a
......@@ -30,7 +30,7 @@ AVOutputFormat ff_null_muxer = {
.name = "null",
.long_name = NULL_IF_CONFIG_SMALL("raw null video"),
.audio_codec = AV_NE(AV_CODEC_ID_PCM_S16BE, AV_CODEC_ID_PCM_S16LE),
.video_codec = AV_CODEC_ID_RAWVIDEO,
.video_codec = AV_CODEC_ID_WRAPPED_AVFRAME,
.write_packet = null_write_packet,
.flags = AVFMT_VARIABLE_FPS | AVFMT_NOFILE | AVFMT_NOTIMESTAMPS | AVFMT_RAWPICTURE,
.flags = AVFMT_VARIABLE_FPS | AVFMT_NOFILE | AVFMT_NOTIMESTAMPS,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment