Commit 5669aa2a authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

vc2enc: use project-standard inclusion guards

This was first reported on the mailing list in an earlier revision of this
encoder but was forgotten from the final commit.
Signed-off-by: 's avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent 13546038
......@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_VC2_TRANSFORMS_H
#define AVCODEC_VC2_TRANSFORMS_H
#ifndef AVCODEC_VC2ENC_DWT_H
#define AVCODEC_VC2ENC_DWT_H
#include <stdint.h>
......@@ -51,4 +51,4 @@ typedef struct VC2TransformContext {
int ff_vc2enc_init_transforms(VC2TransformContext *t, int p_width, int p_height);
void ff_vc2enc_free_transforms(VC2TransformContext *t);
#endif /* AVCODEC_VC2_TRANSFORMS_H */
#endif /* AVCODEC_VC2ENC_DWT_H */
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