Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFmpeg deprecated av_init_packet #20

Closed
UMU618 opened this issue Sep 11, 2021 · 1 comment
Closed

FFmpeg deprecated av_init_packet #20

UMU618 opened this issue Sep 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@UMU618
Copy link
Collaborator

UMU618 commented Sep 11, 2021

2021-03-17 - f7db77bd87 - lavc 58.133.100 - codec.h
Deprecated av_init_packet(). Once removed, sizeof(AVPacket) will
no longer be a part of the public ABI.
Deprecated AVPacketList.

@UMU618 UMU618 added the enhancement New feature or request label Sep 11, 2021
@UMU618
Copy link
Collaborator Author

UMU618 commented Sep 11, 2021

Should be replaced with AVPacket* packet = av_packet_alloc();.

UMU618 added a commit that referenced this issue Sep 11, 2021
@UMU618 UMU618 closed this as completed Sep 11, 2021
@UMU618 UMU618 mentioned this issue Sep 27, 2021
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant