Anton Khirnov
|
59ab9e8ba1
|
examples/encode_video: allocate the packet dynamically
AVPackets on stack are discouraged.
|
8 years ago |
Anton Khirnov
|
5f102a9559
|
examples/encode_video: switch to the new encoding API
|
8 years ago |
Anton Khirnov
|
5b4d7ac7ae
|
examples/encode_video: use the AVFrame API for allocating the frame
It is more efficient and so preferred over allocating the buffers
manually.
|
8 years ago |
Anton Khirnov
|
d0a603a534
|
examples/encode_video: set the framerate
|
8 years ago |
Anton Khirnov
|
e02524025b
|
examples/encode_video: constify the AVCodec instance
|
8 years ago |
Anton Khirnov
|
7b1f03477f
|
examples/avcodec: split the remaining two examples into separate files
|
8 years ago |